home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / Real / wfmhcybergfx_r3d.fd < prev    next >
Text File  |  1995-12-15  |  423b  |  18 lines

  1. ##base _R3DDspDrvBase
  2. ##bias 30
  3. ##public
  4. R3DInitDspDrv()
  5. R3DFreeDspDrv(hnd)(A0)
  6. R3DSetMode(hnd)(A0)
  7. R3DGetSize(hnd,x,y)(A0/A1/D0)
  8. R3DWriteLine(hnd,col,c,x,y)(A0/A1/A2/D0/D1)
  9. R3DReadLine(hnd,col,c,x,y)(A0/A1/A2/D0/D1)
  10. R3DClsScr(hnd,col)(A0/A1)
  11. R3DCustomSave(hnd,name,x,y,w,h)(A0/A1/A2/D0/D1/D2)
  12. R3DInitRen(hnd)(A0)
  13. R3DEndRen(hnd)(A0)
  14. R3DEndRow(hnd,row)(A0/A1)
  15. R3DGetAspect(hnd,width,height)(A0/A1/D0)
  16. R3DExtF(hnd)(A0)
  17. ##end
  18.